home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 May / SGI IRIX 6.5 Complementary Applications 2004 May.iso / dist / OpenOffice.idb / usr / OpenOffice / help / en / sbasic.jar / text / sbasic / common / 03060000.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-01-24  |  1.7 KB  |  27 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Logical Operators</title><meta name="filename" content="text/sbasic/common/03060000"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         </style></head><body>
  7.   
  8.   
  9.   <help:to-be-embedded Eid="logi" xmlns:help="http://openoffice.org/2000/help">
  10.   <p class="Head1"><help:link Id="66492">Logical Operators</help:link></p>
  11.   <p class="Paragraph">The following describes which logical operators are supported by <help:productname>%PRODUCTNAME</help:productname> Basic.</p>
  12.   </help:to-be-embedded>
  13.   <p class="Paragraph">Logical operators combine (bitwise) the contents of two expressions or variables. They are used, for example, to test whether specific bits have been set or not.</p>
  14.   <p class="Paragraph">These logical operators are supported in <help:productname xmlns:help="http://openoffice.org/2000/help">%PRODUCTNAME</help:productname> Basic:</p>
  15.   <help:embedded Id="66434" Eid="and" xmlns:help="http://openoffice.org/2000/help"/>
  16.   <p class="Head2"/>
  17.   <help:embedded Id="66529" Eid="eqv" xmlns:help="http://openoffice.org/2000/help"/>
  18.   <p class="Head2"/>
  19.   <help:embedded Id="66533" Eid="imp" xmlns:help="http://openoffice.org/2000/help"/>
  20.   <p class="Head2"/>
  21.   <help:embedded Id="66420" Eid="not" xmlns:help="http://openoffice.org/2000/help"/>
  22.   <p class="Head2"/>
  23.   <help:embedded Id="66418" Eid="or" xmlns:help="http://openoffice.org/2000/help"/>
  24.   <p class="Head2"/>
  25.   <help:embedded Id="66621" Eid="xor" xmlns:help="http://openoffice.org/2000/help"/>
  26.   <p class="Head2"/>
  27.  </body></html>